home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oxygen Multimedia Graphics 22
/
Oxygen Multimedia Graphics 22.iso
/
pc
/
System
/
OX22
/
PDC_143_CI2-Select.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2008-03-12
|
342 b
|
21 lines
global gtNum
on mouseDown me
if (the mouseV > 120) and (the mouseV < 240) then
gtNum = 1
else
if (the mouseV > 255) and (the mouseV < 370) then
gtNum = 2
else
if (the mouseV > 380) and (the mouseV < 500) then
gtNum = 3
end if
end if
end if
put gtNum
end
on mouseUp me
go("FInalLoad")
end